home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista do CD-ROM 102
/
CD-ROM 102.iso
/
aplic
/
2sync
/
2SyncSetup.exe
/
modules
/
mt
/
panel
/
scripts
/
DefineButton2_341
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-03-20
|
315 b
|
17 lines
on(release){
set("../main_form:recurrence",old_recurrence_string);
tellTarget("../main_form/recBtn")
{
gotoAndStop("show");
}
tellTarget("_level40/sound")
{
gotoAndStop("deny");
}
_visible = "0";
tellTarget("controller")
{
gotoAndStop("wait");
}
}